Information about plays

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

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

{
    "id": 1274594,
    "uri": "https://api.kexp.org/v2/plays/1274594/?format=api",
    "airdate": "2007-09-03T02:01:00-07:00",
    "show": 22312,
    "show_uri": "https://api.kexp.org/v2/shows/22312/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dark Light",
    "track_id": "061b23c0-478e-45f4-9616-d319edb6a5b1",
    "recording_id": null,
    "artist": "The Beat Farmers",
    "artist_ids": [
        "fa5d4d6f-bfca-4412-869e-def05b4974bb"
    ],
    "album": "The Pursuit of Happiness",
    "release_id": "1b29b9b9-aae2-4624-8ae4-6895f1ed71c5",
    "release_group_id": null,
    "labels": [
        "Curb Records"
    ],
    "label_ids": [
        "1811d7d5-e3fa-41be-b457-666bd939f2a7"
    ],
    "release_date": "1987-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}