Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/1178015/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 1178015,
    "uri": "https://api.kexp.org/v2/plays/1178015/?format=api",
    "airdate": "2006-12-28T19:10:05-08:00",
    "show": 20656,
    "show_uri": "https://api.kexp.org/v2/shows/20656/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61YWWniz7YL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61YWWniz7YL._SL75_.jpg",
    "song": "Mighty Lonesome",
    "track_id": "6917102e-b89c-49f9-920d-b1303df32679",
    "recording_id": null,
    "artist": "Jim Lauderdale",
    "artist_ids": [
        "563c84bf-b1e4-423e-b871-a46c68998d10"
    ],
    "album": "Bluegrass",
    "release_id": "c3f97dbe-e230-4e58-bf1a-62b73f09f4ea",
    "release_group_id": null,
    "labels": [
        "Yep Roc Records"
    ],
    "label_ids": [
        "1edc2ff4-e80d-4539-8c6a-749474f7db3a"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}