Information about plays

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

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

{
    "id": 1271405,
    "uri": "https://api.kexp.org/v2/plays/1271405/?format=api",
    "airdate": "2007-08-25T23:30:00-07:00",
    "show": 22256,
    "show_uri": "https://api.kexp.org/v2/shows/22256/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "No Rule",
    "track_id": "00b5ae7a-0fd3-4962-b0a9-a60209f637a6",
    "recording_id": null,
    "artist": "The Leather Nun",
    "artist_ids": [
        "6e2fa3fb-cbe6-4023-898e-8522706cccee"
    ],
    "album": "Slow Death EP",
    "release_id": "34b00400-e2e8-44cb-9695-d51be8fa945c",
    "release_group_id": null,
    "labels": [
        "Industrial Records"
    ],
    "label_ids": [
        "649bc305-f9be-415d-8dae-4699f84886e5"
    ],
    "release_date": "1979-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}