Information about plays

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

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

{
    "id": 1317440,
    "uri": "https://api.kexp.org/v2/plays/1317440/?format=api",
    "airdate": "2007-12-22T23:28:31-08:00",
    "show": 23036,
    "show_uri": "https://api.kexp.org/v2/shows/23036/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Christmastime Is for Sinners",
    "track_id": "02193b2e-7b94-43df-9241-f1d6048ce136",
    "recording_id": null,
    "artist": "The Mono Men",
    "artist_ids": [
        "82544085-8474-4fb9-be23-6b513b31c09b"
    ],
    "album": "Happy Birthday, Baby Jesus, Volume 2",
    "release_id": "8755e2c0-22b5-44be-9f5f-24989b0fcee5",
    "release_group_id": null,
    "labels": [
        "Sympathy for the Record Industry"
    ],
    "label_ids": [
        "5080c956-1501-4a2b-ae59-161edab8a4f0"
    ],
    "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"
}