Information about plays

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

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

{
    "id": 1379731,
    "uri": "https://api.kexp.org/v2/plays/1379731/?format=api",
    "airdate": "2008-05-28T21:38:03-07:00",
    "show": 24079,
    "show_uri": "https://api.kexp.org/v2/shows/24079/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Departure Music, Part Two",
    "track_id": "971f0b2b-1f11-4820-b2a1-a932c297baec",
    "recording_id": null,
    "artist": "Arc Lab",
    "artist_ids": [
        "7615d3e0-cc2f-4f9a-a0db-7528638415f7"
    ],
    "album": "The Goodbye Radio",
    "release_id": "551b5b2b-9ca8-4f23-899e-b94d9bbff0ae",
    "release_group_id": null,
    "labels": [
        "n5MD"
    ],
    "label_ids": [
        "e2293175-8c7b-4372-9a1d-48a086e8f91a"
    ],
    "release_date": "2008-04-22",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}