Information about plays

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

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

{
    "id": 419797,
    "uri": "https://api.kexp.org/v2/plays/419797/?format=api",
    "airdate": "2001-04-30T15:49:24-07:00",
    "show": 7022,
    "show_uri": "https://api.kexp.org/v2/shows/7022/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41CCb3A86QL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41CCb3A86QL._SL75_.jpg",
    "song": "Soulstyle",
    "track_id": "7ebe6006-ed95-42d5-b0ea-37110cbbba60",
    "recording_id": null,
    "artist": "Justice System",
    "artist_ids": [
        "2f6a8ec5-7a4a-48dc-b954-1588aab7d34b"
    ],
    "album": "Rooftop Soundcheck",
    "release_id": "d86d4926-4985-4c48-b374-b1e6a8eb2077",
    "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"
}