Information about plays

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

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

{
    "id": 464553,
    "uri": "https://api.kexp.org/v2/plays/464553/?format=api",
    "airdate": "2001-09-09T20:13:50-07:00",
    "show": 7893,
    "show_uri": "https://api.kexp.org/v2/shows/7893/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Baby's First Boogie (Mammal's Multiplication mix)",
    "track_id": "14f002d1-98cd-43c8-a24f-3de815f7151e",
    "recording_id": null,
    "artist": "The Mirror Boys",
    "artist_ids": [
        "2eabe6e3-04f4-4751-b25c-c61c9d5a5548"
    ],
    "album": "Baby's First Boogie",
    "release_id": "21523558-4f61-483b-abcf-791903eef64e",
    "release_group_id": null,
    "labels": [
        "Grayhound Recordings"
    ],
    "label_ids": [
        "d4283fca-9730-4dac-9d78-73e96e257e52"
    ],
    "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"
}