Information about plays

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

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

{
    "id": 436014,
    "uri": "https://api.kexp.org/v2/plays/436014/?format=api",
    "airdate": "2001-06-18T17:48:00-07:00",
    "show": 7342,
    "show_uri": "https://api.kexp.org/v2/shows/7342/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "My Heart Sings",
    "track_id": "f6c39071-715b-4c4d-bb04-dbd15e0ecd4e",
    "recording_id": null,
    "artist": "Freakpower in Dub",
    "artist_ids": [
        "159a7479-ac1a-45fa-acd6-6191a3077ec1"
    ],
    "album": "Give 'Em Enough Dope, Volume 2",
    "release_id": "84edcf3b-7d60-4c4b-927b-d12a5b80ae25",
    "release_group_id": null,
    "labels": [
        "C & S Records"
    ],
    "label_ids": [
        "899cbeab-deaa-4e82-8a92-896420343200"
    ],
    "release_date": "1995-07-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}