Information about plays

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

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

{
    "id": 489246,
    "uri": "https://api.kexp.org/v2/plays/489246/?format=api",
    "airdate": "2001-11-22T12:44:00-08:00",
    "show": 8375,
    "show_uri": "https://api.kexp.org/v2/shows/8375/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51I3KimvrwL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51I3KimvrwL._SL75_.jpg",
    "song": "Crescent Moon",
    "track_id": "65fe75ee-84a6-41b7-a7b2-01d254860162",
    "recording_id": null,
    "artist": "Cowboy Junkies",
    "artist_ids": [
        "b52211f1-49a2-4cd2-8535-dd1ba37ea90b"
    ],
    "album": "Pale Sun Crescent Moon",
    "release_id": "f0bc145e-e416-4ede-a86e-e9ee44be420c",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}