Information about plays

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

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

{
    "id": 534359,
    "uri": "https://api.kexp.org/v2/plays/534359/?format=api",
    "airdate": "2002-04-03T21:29:06-08:00",
    "show": 9257,
    "show_uri": "https://api.kexp.org/v2/shows/9257/?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": "Arun",
    "track_id": "b40ee8c6-f1e2-4e33-9b26-d7feeb51b183",
    "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"
}