Information about plays

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

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

{
    "id": 510151,
    "uri": "https://api.kexp.org/v2/plays/510151/?format=api",
    "airdate": "2002-01-23T21:05:00-08:00",
    "show": 8788,
    "show_uri": "https://api.kexp.org/v2/shows/8788/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41TP7T522VL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41TP7T522VL._SL75_.jpg",
    "song": "Sleeping on the Ground",
    "track_id": "94b51bc3-7c3d-4385-9e22-05b44ea3197f",
    "recording_id": null,
    "artist": "The Kingsbury Manx",
    "artist_ids": [
        "23833fa0-f266-44e5-8934-49bf4abcddc4"
    ],
    "album": "Let You Down",
    "release_id": "6ec4ab06-02db-45fe-8f9c-b0a3cbf803ab",
    "release_group_id": null,
    "labels": [
        "City Slang"
    ],
    "label_ids": [
        "82935ddb-a9d6-45a7-85e3-0b0add51fa1c"
    ],
    "release_date": "2001-09-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}