Information about plays

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

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

{
    "id": 1278528,
    "uri": "https://api.kexp.org/v2/plays/1278528/?format=api",
    "airdate": "2007-09-13T00:57:03-07:00",
    "show": 22375,
    "show_uri": "https://api.kexp.org/v2/shows/22375/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41gBvkjPbxL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41gBvkjPbxL._SL75_.jpg",
    "song": "If You Were a Priest",
    "track_id": "2b1610d4-b5c5-4896-a910-ad6d9d4f32e7",
    "recording_id": null,
    "artist": "Robyn Hitchcock and The Egyptians",
    "artist_ids": [
        "e3dff124-6537-4937-ae0d-97916bac7288"
    ],
    "album": "Element of Light",
    "release_id": "bee6579e-ab4d-4244-85d9-ec82ec27d470",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}