Information about plays

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

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

{
    "id": 379940,
    "uri": "https://api.kexp.org/v2/plays/379940/?format=api",
    "airdate": "2019-09-12T09:15:42-07:00",
    "show": 6322,
    "show_uri": "https://api.kexp.org/v2/shows/6322/?format=api",
    "image_uri": "http://coverartarchive.org/release/362df6c3-79c0-4630-91b5-4adecdcdb3c5/21159223104-250.jpg",
    "thumbnail_uri": "",
    "song": "Kiss Off",
    "track_id": "3bde5958-b610-41bf-8194-37159c7c21a1",
    "recording_id": null,
    "artist": "Violent Femmes",
    "artist_ids": [
        "2aab61bc-67f4-4722-8c6e-e1821b2e32a6"
    ],
    "album": "Violent Femmes",
    "release_id": "362df6c3-79c0-4630-91b5-4adecdcdb3c5",
    "release_group_id": null,
    "labels": [
        "Slash"
    ],
    "label_ids": [
        "490afeef-44aa-4bba-b5d7-df875609957f"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out this amazing performance from Violent Femmes live in the KEXP gathering space! https://www.youtube.com/watch?v=ICixXOKmYbQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}