Information about plays

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

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

{
    "id": 2678331,
    "uri": "https://api.kexp.org/v2/plays/2678331/?format=api",
    "airdate": "2019-12-26T09:22:47-08:00",
    "show": 46226,
    "show_uri": "https://api.kexp.org/v2/shows/46226/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Youth in Overload",
    "track_id": "a2c839ae-15b6-4f13-af87-a3227f342ef7",
    "recording_id": null,
    "artist": "Crewel Intentions",
    "artist_ids": [
        "d534df46-b7da-4a11-8921-600429f96da9"
    ],
    "album": "Youth in Overload",
    "release_id": "ee1dada8-4d6b-4ba4-988d-b7d9e067e61e",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2018-10-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out the music video for \"Youth In Overload\" here: https://www.youtube.com/watch?v=MO6GvSqU8-k",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}