Information about plays

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

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

{
    "id": 375636,
    "uri": "https://api.kexp.org/v2/plays/375636/?format=api",
    "airdate": "2019-09-02T14:08:46-07:00",
    "show": 6256,
    "show_uri": "https://api.kexp.org/v2/shows/6256/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Kim & Jessie (DatA remix)",
    "track_id": "f30488c4-dfab-33cd-8d9f-7beebbb92201",
    "recording_id": null,
    "artist": "M83",
    "artist_ids": [
        "6d7b7cd4-254b-4c25-83f6-dd20f98ceacd"
    ],
    "album": "Kim & Jessie",
    "release_id": "489ab0ea-8969-4028-9498-fdb53c39c687",
    "release_group_id": null,
    "labels": [
        "Virgin Music France"
    ],
    "label_ids": [],
    "release_date": "2008-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Remix by DatA (David Guillon) of the third single off of M83's fifth studio album.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}