Information about plays

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

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

{
    "id": 378416,
    "uri": "https://api.kexp.org/v2/plays/378416/?format=api",
    "airdate": "2019-09-08T16:34:00-07:00",
    "show": 6299,
    "show_uri": "https://api.kexp.org/v2/shows/6299/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Around the World",
    "track_id": "284cc845-aa06-40b1-aedd-2db2cd3adcee",
    "recording_id": null,
    "artist": "Daft Punk",
    "artist_ids": [
        "056e4f3e-d505-4dad-8ec1-d04f521cbb56"
    ],
    "album": "Homework",
    "release_id": "2fdcc2d7-50b9-4b27-8262-8cf9e31aaa4d",
    "release_group_id": null,
    "labels": [
        "Parlophone"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The phrase occurs 144 times in the album version and 80 times in the radio edit.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}