Information about plays

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

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

{
    "id": 498924,
    "uri": "https://api.kexp.org/v2/plays/498924/?format=api",
    "airdate": "2001-12-20T20:02:00-08:00",
    "show": 8561,
    "show_uri": "https://api.kexp.org/v2/shows/8561/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51XYSDSQ2PL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51XYSDSQ2PL._SL75_.jpg",
    "song": "Stay a Little Longer",
    "track_id": "6961056f-df5b-4072-83ac-2a5ee5169537",
    "recording_id": null,
    "artist": "the Pine Valley Cosmonauts",
    "artist_ids": [
        "dac6635a-d36f-4809-a4ad-2a4e2990c2e9"
    ],
    "album": "The Majesty of Bob Wills",
    "release_id": "c6e3b07a-39f1-46a3-9934-a20b4d12b4b2",
    "release_group_id": null,
    "labels": [
        "Bloodshot Records"
    ],
    "label_ids": [
        "c1a4129a-95dd-4e8c-b42e-7cd9fc3c208b"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}