Information about plays

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

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

{
    "id": 449905,
    "uri": "https://api.kexp.org/v2/plays/449905/?format=api",
    "airdate": "2001-07-28T22:35:17-07:00",
    "show": 7606,
    "show_uri": "https://api.kexp.org/v2/shows/7606/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lifeless",
    "track_id": "5deb9721-9f5d-436c-8ef4-4e8b742a2d81",
    "recording_id": null,
    "artist": "Teebee",
    "artist_ids": [
        "33299664-1156-4888-a01e-f12797aa1941"
    ],
    "album": "Dynasty Warriors / Lifeless",
    "release_id": "920d9a15-7dfa-4066-b181-baf8566c742a",
    "release_group_id": null,
    "labels": [
        "Creative Source"
    ],
    "label_ids": [
        "0f443901-60c2-4c6c-9338-c94843b57bb2"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}