Information about plays

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

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

{
    "id": 2676879,
    "uri": "https://api.kexp.org/v2/plays/2676879/?format=api",
    "airdate": "2019-12-22T19:07:00-08:00",
    "show": 46205,
    "show_uri": "https://api.kexp.org/v2/shows/46205/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Give Love on Christmas Day",
    "track_id": "d6be5f97-3d51-4c1b-8dc5-a170ea17c185",
    "recording_id": null,
    "artist": "The Jackson 5",
    "artist_ids": [
        "e5257dc5-1edd-4fca-b7e6-1158e00522c8"
    ],
    "album": "Christmas Album",
    "release_id": "4fad13a1-875e-477b-aba6-f03d9f9a1a9e",
    "release_group_id": null,
    "labels": [
        "Universal Motown"
    ],
    "label_ids": [
        "c5cf2442-0b01-4359-8f15-9fa2d830ae15"
    ],
    "release_date": "2015-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}