Information about plays

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

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

{
    "id": 342882,
    "uri": "https://api.kexp.org/v2/plays/342882/?format=api",
    "airdate": "2019-06-18T08:34:56-07:00",
    "show": 5718,
    "show_uri": "https://api.kexp.org/v2/shows/5718/?format=api",
    "image_uri": "http://coverartarchive.org/release/c382865c-1a47-4650-97be-e8e12272e211/6785162229-250.jpg",
    "thumbnail_uri": "",
    "song": "Save It for a Rainy Day",
    "track_id": "dce05bf1-8334-30dc-91fa-4f0d5058864b",
    "recording_id": null,
    "artist": "The Jayhawks",
    "artist_ids": [
        "24ed5b09-02b1-47fe-bd83-6fa5270039b0"
    ],
    "album": "Rainy Day Music",
    "release_id": "c382865c-1a47-4650-97be-e8e12272e211",
    "release_group_id": null,
    "labels": [
        "American Recordings"
    ],
    "label_ids": [
        "f5be9cfe-e1af-405c-a074-caeaed6797c0"
    ],
    "release_date": "2003-04-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Checkout their performance of this amazing song here at KEXP https://www.youtube.com/watch?v=A0-ve7ZRn9M",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}