Information about plays

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

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

{
    "id": 377770,
    "uri": "https://api.kexp.org/v2/plays/377770/?format=api",
    "airdate": "2019-09-07T01:50:41-07:00",
    "show": 6284,
    "show_uri": "https://api.kexp.org/v2/shows/6284/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Frontline (clean version)",
    "track_id": "50e95c1a-a2bc-4674-b6c3-3b47caef9be7",
    "recording_id": null,
    "artist": "Kelela",
    "artist_ids": [
        "045494aa-e913-4e62-bf4e-dcc276e0075a"
    ],
    "album": "Take Me Apart",
    "release_id": "68cf62f8-47a6-4818-a71e-9d2b4b0297e2",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2017-10-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}