Information about plays

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

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

{
    "id": 1278327,
    "uri": "https://api.kexp.org/v2/plays/1278327/?format=api",
    "airdate": "2007-09-12T13:28:45-07:00",
    "show": 22372,
    "show_uri": "https://api.kexp.org/v2/shows/22372/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "'Neath Your Tattoo",
    "track_id": "bb227397-00ce-4ecd-b89f-4b7bc39ccfc7",
    "recording_id": null,
    "artist": "Spanish for 100",
    "artist_ids": [
        "428a3ef3-5c1d-4e7a-aa38-565dc09f2a1b"
    ],
    "album": "Newborn Driving",
    "release_id": "a1c1fad8-bc9c-49f9-84d6-31bf2c03aab9",
    "release_group_id": null,
    "labels": [
        "Blank or No Label"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}