Information about plays

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

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

{
    "id": 2679075,
    "uri": "https://api.kexp.org/v2/plays/2679075/?format=api",
    "airdate": "2019-12-28T06:37:00-08:00",
    "show": 46238,
    "show_uri": "https://api.kexp.org/v2/shows/46238/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Melody of Love",
    "track_id": "860cf80a-9871-4cd7-990c-84e28e072e0e",
    "recording_id": null,
    "artist": "Hot Chip",
    "artist_ids": [
        "d8915e13-d67a-4aa0-9c0b-1f126af951af"
    ],
    "album": "A Bath Full of Ecstasy",
    "release_id": "7738803d-c55f-4f86-9106-e9a1d2f2adeb",
    "release_group_id": null,
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "bfe26801-a86f-49b9-8502-05ae80b02594"
    ],
    "release_date": "2019-06-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}