Information about plays

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

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

{
    "id": 2677523,
    "uri": "https://api.kexp.org/v2/plays/2677523/?format=api",
    "airdate": "2019-12-24T11:24:27-08:00",
    "show": 46217,
    "show_uri": "https://api.kexp.org/v2/shows/46217/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "How Kids Fall",
    "track_id": "237dff3c-5237-4a1c-a64c-d9eae1023b65",
    "recording_id": null,
    "artist": "The Ruby Suns",
    "artist_ids": [
        "89a879e1-d133-4ccb-87ae-3eedee44a05e"
    ],
    "album": "Fight Softly",
    "release_id": "778e75de-5377-4dc5-8a5d-0a82d462e6d7",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2010-03-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}