Information about plays

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

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

{
    "id": 374240,
    "uri": "https://api.kexp.org/v2/plays/374240/?format=api",
    "airdate": "2019-08-30T00:41:43-07:00",
    "show": 6227,
    "show_uri": "https://api.kexp.org/v2/shows/6227/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Calm Down aka I Should Not Be Alone",
    "track_id": "cd1ba969-7d59-443e-ae71-2f906a72c1b7",
    "recording_id": null,
    "artist": "Ezra Furman",
    "artist_ids": [
        "45fc1a1c-6b33-4a2b-b517-d8bca372b7b0"
    ],
    "album": "Twelve Nudes",
    "release_id": "6290da01-f2fc-49b9-b33e-1ee1f773c790",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-08-30",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ezra Furman performing live in the KEXP studio. Recorded May 8, 2019 https://www.youtube.com/watch?v=dTwp4MD8rE4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}