Information about plays

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

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

{
    "id": 346650,
    "uri": "https://api.kexp.org/v2/plays/346650/?format=api",
    "airdate": "2019-06-26T19:01:57-07:00",
    "show": 5776,
    "show_uri": "https://api.kexp.org/v2/shows/5776/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Silent Song Through the Land",
    "track_id": "ab60810b-e376-3430-8645-78241e38208c",
    "recording_id": null,
    "artist": "Ron Davies",
    "artist_ids": [
        "f213b312-92d8-4180-8483-02f26063cba5"
    ],
    "album": "Silent Song Through the Land",
    "release_id": "4508871f-b503-31c2-afc7-68e2bafbfa35",
    "release_group_id": null,
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1970-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}