Information about plays

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

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

{
    "id": 497246,
    "uri": "https://api.kexp.org/v2/plays/497246/?format=api",
    "airdate": "2001-12-16T02:34:00-08:00",
    "show": 8531,
    "show_uri": "https://api.kexp.org/v2/shows/8531/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51JTGQWN35L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51JTGQWN35L._SL75_.jpg",
    "song": "In Sharky Water",
    "track_id": "beaeed2a-53e4-4cbb-9587-2a2d784d0911",
    "recording_id": null,
    "artist": "Disco Inferno",
    "artist_ids": [
        "a9301bf4-cd9d-41e6-86f1-20463a9d1292"
    ],
    "album": "DI Go Pop",
    "release_id": "15394a61-6e02-49ee-8e39-f3225d0b2ddd",
    "release_group_id": null,
    "labels": [
        "Rough Trade"
    ],
    "label_ids": [
        "2276f06e-f65a-4d61-9dee-9f95ff4b775c"
    ],
    "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"
}