Information about plays

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

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

{
    "id": 1387603,
    "uri": "https://api.kexp.org/v2/plays/1387603/?format=api",
    "airdate": "2008-06-19T18:50:21-07:00",
    "show": 24222,
    "show_uri": "https://api.kexp.org/v2/shows/24222/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Holdin' Our Own",
    "track_id": "73940b2d-93e9-498e-91a9-153d12621366",
    "recording_id": null,
    "artist": "Jesse Dayton & Brennen Leigh",
    "artist_ids": [
        "e5553706-3348-447a-8404-6f714dca36d8"
    ],
    "album": "'Holdin Our Own' and Other Country Gold Duets",
    "release_id": "e5a2b010-0215-4e75-8728-d94c634ecc75",
    "release_group_id": null,
    "labels": [
        "Stag Records"
    ],
    "label_ids": [
        "669e461e-2179-4b5b-bff4-693ef994f3a6"
    ],
    "release_date": "2007-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}