Information about plays

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

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

{
    "id": 378381,
    "uri": "https://api.kexp.org/v2/plays/378381/?format=api",
    "airdate": "2019-09-08T14:24:01-07:00",
    "show": 6298,
    "show_uri": "https://api.kexp.org/v2/shows/6298/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Are You Receiving Me?",
    "track_id": "7e505198-ea6b-3e4e-ae18-ca27d9a9a765",
    "recording_id": null,
    "artist": "XTC",
    "artist_ids": [
        "97c86b2c-2765-46a2-aef8-76a7e24c430f"
    ],
    "album": "Go 2",
    "release_id": "a13667a3-e8b1-305e-b9e3-c3bbfcae6be6",
    "release_group_id": null,
    "labels": [
        "Caroline Records"
    ],
    "label_ids": [
        "a14fd98c-9b89-481a-b7b8-eea8be6b2816"
    ],
    "release_date": "2002-06-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.youtube.com/watch?v=RApvaQ0uGTw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}