Information about plays

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

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

{
    "id": 465107,
    "uri": "https://api.kexp.org/v2/plays/465107/?format=api",
    "airdate": "2001-09-11T11:55:00-07:00",
    "show": 7903,
    "show_uri": "https://api.kexp.org/v2/shows/7903/?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": "Hard to Explain",
    "track_id": "35b669e2-1cc1-4634-aba7-caba90f4eb6c",
    "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"
}