Information about plays

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

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

{
    "id": 2683204,
    "uri": "https://api.kexp.org/v2/plays/2683204/?format=api",
    "airdate": "2020-01-07T09:56:01-08:00",
    "show": 46312,
    "show_uri": "https://api.kexp.org/v2/shows/46312/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Something I Should Do",
    "track_id": "536ef26e-2f0a-4c4d-8aab-f7558ce02b47",
    "recording_id": null,
    "artist": "Nada Surf",
    "artist_ids": [
        "b9a2a9a6-7a40-48a6-bcb1-8eff5b89ad5b"
    ],
    "album": "Never Not Together",
    "release_id": "31c8db23-fb38-4581-a483-42b213584c07",
    "release_group_id": null,
    "labels": [
        "Barsuk Records"
    ],
    "label_ids": [
        "a4f904e0-f048-4c13-88ec-f9f31f3e6109"
    ],
    "release_date": "2020-02-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Text \"Surf\" to 206-903-5397 to win tickets to the show January 14th!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}