Information about plays

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

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

{
    "id": 347287,
    "uri": "https://api.kexp.org/v2/plays/347287/?format=api",
    "airdate": "2019-06-28T04:52:51-07:00",
    "show": 5783,
    "show_uri": "https://api.kexp.org/v2/shows/5783/?format=api",
    "image_uri": "http://coverartarchive.org/release/7a31cd5f-6a57-4fca-a731-c521df1d3b78/4341734825-250.jpg",
    "thumbnail_uri": "",
    "song": "Ísjaki",
    "track_id": "215c627e-8d8b-3f4b-8362-4e9c47a193c3",
    "recording_id": null,
    "artist": "Sigur Rós",
    "artist_ids": [
        "f6f2326f-6b25-4170-b89d-e235b25508e8"
    ],
    "album": "Kveikur",
    "release_id": "7a31cd5f-6a57-4fca-a731-c521df1d3b78",
    "release_group_id": null,
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2013-06-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://sigurros.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}