Information about plays

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

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

{
    "id": 419550,
    "uri": "https://api.kexp.org/v2/plays/419550/?format=api",
    "airdate": "2001-04-29T21:48:00-07:00",
    "show": 7015,
    "show_uri": "https://api.kexp.org/v2/shows/7015/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51wH-l9infL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51wH-l9infL._SL75_.jpg",
    "song": "Shrapnel (Stakka & Skynet remix)",
    "track_id": "8a41c3b9-1678-48f5-9b2a-14de59398db4",
    "recording_id": null,
    "artist": "Usual Suspects",
    "artist_ids": [
        "2f1de4e9-1559-47b2-8b75-36774a065f4b"
    ],
    "album": "The 6ixth Session (disc 1)",
    "release_id": "697ed96e-2e19-4462-aa84-0dd0f3f2d7cc",
    "release_group_id": null,
    "labels": [
        "Renegade Hardware"
    ],
    "label_ids": [
        "d521583e-7fa6-4d0c-8a2b-84311d8908cb"
    ],
    "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"
}