Information about plays

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

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

{
    "id": 1388331,
    "uri": "https://api.kexp.org/v2/plays/1388331/?format=api",
    "airdate": "2008-06-21T15:24:02-07:00",
    "show": 24234,
    "show_uri": "https://api.kexp.org/v2/shows/24234/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "It's Real",
    "track_id": null,
    "recording_id": null,
    "artist": "The Silvertones",
    "artist_ids": [
        "faef5a36-1fe6-4d20-b70b-18e5166f9a4a"
    ],
    "album": "Ska After Ska After Ska",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Heartbeat"
    ],
    "label_ids": [
        "bb7e051c-73b5-47c5-8cc9-254f6d8523d7"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}