Information about plays

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

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

{
    "id": 378552,
    "uri": "https://api.kexp.org/v2/plays/378552/?format=api",
    "airdate": "2019-09-09T02:06:28-07:00",
    "show": 6303,
    "show_uri": "https://api.kexp.org/v2/shows/6303/?format=api",
    "image_uri": "http://coverartarchive.org/release/a8ac30a7-cf63-4a43-977d-2b46ddbb0b93/15449378645-250.jpg",
    "thumbnail_uri": "",
    "song": "100 Days, 100 Nights",
    "track_id": "17f884b4-43f1-3082-b85a-71df2929afc3",
    "recording_id": null,
    "artist": "Sharon Jones and the Dap‐Kings",
    "artist_ids": [
        "8d50cd20-34f2-4abe-ba16-0759ee0fb9f5"
    ],
    "album": "100 Days, 100 Nights",
    "release_id": "a8ac30a7-cf63-4a43-977d-2b46ddbb0b93",
    "release_group_id": null,
    "labels": [
        "Daptone Records"
    ],
    "label_ids": [
        "6507ff0e-035a-4a24-9bbe-e07b1e2224d8"
    ],
    "release_date": "2007-10-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}