Information about plays

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

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

{
    "id": 347131,
    "uri": "https://api.kexp.org/v2/plays/347131/?format=api",
    "airdate": "2019-06-27T19:46:00-07:00",
    "show": 5781,
    "show_uri": "https://api.kexp.org/v2/shows/5781/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cornhusker Refugee",
    "track_id": "12428795-9ab4-33ed-83ce-c889d5742bff",
    "recording_id": null,
    "artist": "Austin Lounge Lizards",
    "artist_ids": [
        "1ddec30d-dba7-4421-a8b0-14ea8f09d050"
    ],
    "album": "The Highway Cafe of the Damned",
    "release_id": "470d8fa2-b365-4099-bd77-bf6a7c97ee7b",
    "release_group_id": null,
    "labels": [
        "Watermelon Records"
    ],
    "label_ids": [
        "cf245a7f-46a9-432a-a792-6a21a23ec057"
    ],
    "release_date": "1988-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}