Information about plays

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

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

{
    "id": 534945,
    "uri": "https://api.kexp.org/v2/plays/534945/?format=api",
    "airdate": "2002-04-05T13:53:24-08:00",
    "show": 9266,
    "show_uri": "https://api.kexp.org/v2/shows/9266/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51%2B3vRV1r0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51%2B3vRV1r0L._SL75_.jpg",
    "song": "You're Gonna Make Me Lonesome When You Go",
    "track_id": "7a46ed65-f5b1-4535-8aaa-5ee312d7e854",
    "recording_id": null,
    "artist": "Mary Lou Lord",
    "artist_ids": [
        "11d0d66f-c913-4a13-9365-10d771f08cd1"
    ],
    "album": "Live City Sounds",
    "release_id": "5fb30a4c-6ff5-43ac-a1f3-d9f00defa4cf",
    "release_group_id": null,
    "labels": [
        "Rubric"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}