Information about plays

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

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

{
    "id": 2682004,
    "uri": "https://api.kexp.org/v2/plays/2682004/?format=api",
    "airdate": "2020-01-04T11:12:00-08:00",
    "show": 46289,
    "show_uri": "https://api.kexp.org/v2/shows/46289/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "War Is in the Dance",
    "track_id": "4e9b4352-548e-398f-b2ea-a05798c4dcd1",
    "recording_id": null,
    "artist": "Frankie Paul",
    "artist_ids": [
        "291ec398-9ad9-4db9-949f-b99a880d18b3"
    ],
    "album": "Pass the Tu-Sheng-Peng",
    "release_id": "22176891-2d6c-47a0-8d89-19e91f90cf68",
    "release_group_id": null,
    "labels": [
        "Greensleeves Records"
    ],
    "label_ids": [
        "52990ee0-c1ab-4d8b-b0cb-d930c17c7fe2"
    ],
    "release_date": "1984-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}