Information about plays

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

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

{
    "id": 414419,
    "uri": "https://api.kexp.org/v2/plays/414419/?format=api",
    "airdate": "2001-02-25T16:00:00-08:00",
    "show": 6905,
    "show_uri": "https://api.kexp.org/v2/shows/6905/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/516DZMQ1MGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/516DZMQ1MGL._SL75_.jpg",
    "song": "Ghost",
    "track_id": null,
    "recording_id": null,
    "artist": "Neutral Milk Hotel",
    "artist_ids": [
        "a506f761-2c22-4b2f-8a94-bd748c2c8f75"
    ],
    "album": "In the Aeroplane Over the Sea",
    "release_id": "023fcf90-dca7-4a4e-a4e2-ed0eaba78f9e",
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "1998-02-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}