Information about plays

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

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

{
    "id": 1256446,
    "uri": "https://api.kexp.org/v2/plays/1256446/?format=api",
    "airdate": "2007-07-19T05:55:34-07:00",
    "show": 22003,
    "show_uri": "https://api.kexp.org/v2/shows/22003/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/514P9SGJK2L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/514P9SGJK2L._SL75_.jpg",
    "song": "Medication",
    "track_id": "5d46cea2-8293-450c-b704-51fad64a760b",
    "recording_id": null,
    "artist": "Son Volt",
    "artist_ids": [
        "ecbd1331-95b6-4a77-b739-b4bd8ef222a7"
    ],
    "album": "Okemah and the Melody of Riot",
    "release_id": "170ac3fa-a564-4b84-a718-0a4337dbf250",
    "release_group_id": null,
    "labels": [
        "Legacy"
    ],
    "label_ids": [
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c"
    ],
    "release_date": "2005-10-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}