Information about plays

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

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

{
    "id": 450900,
    "uri": "https://api.kexp.org/v2/plays/450900/?format=api",
    "airdate": "2001-08-01T02:24:00-07:00",
    "show": 7626,
    "show_uri": "https://api.kexp.org/v2/shows/7626/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "of Minor Prophets and their Prostitute Wives",
    "track_id": null,
    "recording_id": null,
    "artist": "Pedro the Lion",
    "artist_ids": [
        "2f360fd9-6440-4896-9f45-8156e8b0b204"
    ],
    "album": "When they Really get to Know You They will Run",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Made in Mexico"
    ],
    "label_ids": [
        "4139cd4f-0619-4c1e-a608-a54fab24e00a"
    ],
    "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"
}