Information about plays

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

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

{
    "id": 445348,
    "uri": "https://api.kexp.org/v2/plays/445348/?format=api",
    "airdate": "2001-07-15T18:28:14-07:00",
    "show": 7520,
    "show_uri": "https://api.kexp.org/v2/shows/7520/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Elements of Style",
    "track_id": "5ef5b4f0-0249-4ab2-9f4c-113c617b3eb3",
    "recording_id": null,
    "artist": "All Natural",
    "artist_ids": [
        "f8e4edee-07a4-4549-9169-0f10351baa35"
    ],
    "album": "Rolling Stone: New Voices, Volume 44",
    "release_id": "37e39760-9a39-4211-823d-20e6ac0d1127",
    "release_group_id": null,
    "labels": [
        "All Natural"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}