Information about plays

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

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

{
    "id": 380548,
    "uri": "https://api.kexp.org/v2/plays/380548/?format=api",
    "airdate": "2019-09-13T21:35:00-07:00",
    "show": 6333,
    "show_uri": "https://api.kexp.org/v2/shows/6333/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Crime Pays",
    "track_id": "94867f0a-3e62-4346-867e-70c4a46729a5",
    "recording_id": null,
    "artist": "Freddie Gibbs",
    "artist_ids": [],
    "album": "Bandana",
    "release_id": "d9e7d079-84ce-428d-8a88-228207f3cbcb",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2019-06-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}