Information about plays

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

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

{
    "id": 501080,
    "uri": "https://api.kexp.org/v2/plays/501080/?format=api",
    "airdate": "2001-12-27T19:21:00-08:00",
    "show": 8604,
    "show_uri": "https://api.kexp.org/v2/shows/8604/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51X7T9FayNL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51X7T9FayNL._SL75_.jpg",
    "song": "The Real Thing",
    "track_id": "06249477-a7fa-4140-ba73-02c7fd53102c",
    "recording_id": null,
    "artist": "George Strait",
    "artist_ids": [
        "5ab2cf34-517e-48eb-b3a5-34e1cbcd600a"
    ],
    "album": "The Road Less Traveled",
    "release_id": "c7795b02-a396-4a70-8b55-1677e43aa058",
    "release_group_id": null,
    "labels": [
        "MCA"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "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"
}