Information about plays

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

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

{
    "id": 352400,
    "uri": "https://api.kexp.org/v2/plays/352400/?format=api",
    "airdate": "2019-07-10T02:48:23-07:00",
    "show": 5873,
    "show_uri": "https://api.kexp.org/v2/shows/5873/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Streets of Your Town",
    "track_id": "1b3d9c68-5116-4e8d-9ac7-96238fa45603",
    "recording_id": null,
    "artist": "The Go‐Betweens",
    "artist_ids": [
        "2fb4db11-8349-47ab-b1a6-f04f011699ff"
    ],
    "album": "1978-1990",
    "release_id": "7ea6b78e-46ad-4b59-b050-fdbadb9f284c",
    "release_group_id": null,
    "labels": [
        "Beggars Banquet"
    ],
    "label_ids": [
        "5917da67-b605-4a08-a5a0-a6874501dda4"
    ],
    "release_date": "1990-08-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Streets Of Your Town\" is a song by Australian indie group The Go-Betweens, a single from their 1988 album, 16 Lovers Lane",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}