Information about plays

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

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

{
    "id": 415021,
    "uri": "https://api.kexp.org/v2/plays/415021/?format=api",
    "airdate": "2001-04-13T14:00:00-07:00",
    "show": 6922,
    "show_uri": "https://api.kexp.org/v2/shows/6922/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61W483oVFxL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61W483oVFxL._SL75_.jpg",
    "song": "Standing on the Verge",
    "track_id": "44cb39a3-fd7e-4486-a389-cb1805c3685d",
    "recording_id": null,
    "artist": "George Clinton and the P-Funk All Stars",
    "artist_ids": [
        "5d315a04-2b30-4916-9864-929d44c5ff4c"
    ],
    "album": "Live... And Kickin' (disc 1)",
    "release_id": "a8515d9b-dad5-401d-a711-9c9e72189586",
    "release_group_id": null,
    "labels": [
        "Intersound"
    ],
    "label_ids": [
        "be0cffb1-b3f2-465f-8753-1d27c1a10caf"
    ],
    "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"
}