Information about plays

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

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

{
    "id": 374157,
    "uri": "https://api.kexp.org/v2/plays/374157/?format=api",
    "airdate": "2019-08-29T20:05:48-07:00",
    "show": 6226,
    "show_uri": "https://api.kexp.org/v2/shows/6226/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Late Night Pilgrim",
    "track_id": "615310da-e22b-3ea4-93ac-f10328226526",
    "recording_id": null,
    "artist": "Tift Merritt",
    "artist_ids": [
        "e6dd42c7-9ed4-41c8-bf50-3387ece6573b"
    ],
    "album": "Tambourine",
    "release_id": "f05a7724-bb79-4424-bdc0-92cbbf8b3eb5",
    "release_group_id": null,
    "labels": [
        "Lost Highway Records"
    ],
    "label_ids": [
        "5b34c929-fd09-4b57-a8bf-1e8eb0f21c12"
    ],
    "release_date": "2004-08-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Neal Casal on backing vocals",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}