Information about plays

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

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

{
    "id": 422034,
    "uri": "https://api.kexp.org/v2/plays/422034/?format=api",
    "airdate": "2001-05-07T12:42:51-07:00",
    "show": 7071,
    "show_uri": "https://api.kexp.org/v2/shows/7071/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41CZ76QQFBL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41CZ76QQFBL._SL75_.jpg",
    "song": "Crying Waltz",
    "track_id": "faa7057b-8f30-474c-8da3-babcb2292f2a",
    "recording_id": null,
    "artist": "Boozoo Chavis",
    "artist_ids": [
        "f10aa2b0-47c8-44a0-83a5-a93d61ef5c63"
    ],
    "album": "Hey Do Right!",
    "release_id": "ce00e179-80ae-4575-bbca-045908061083",
    "release_group_id": null,
    "labels": [
        "Discovery"
    ],
    "label_ids": [
        "faa1f535-0e77-4146-98e0-dad691015b40"
    ],
    "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"
}