Information about plays

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

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

{
    "id": 353543,
    "uri": "https://api.kexp.org/v2/plays/353543/?format=api",
    "airdate": "2019-07-12T16:57:10-07:00",
    "show": 5889,
    "show_uri": "https://api.kexp.org/v2/shows/5889/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Everybody",
    "track_id": "7eb7d880-c8ca-4e50-9685-42e3bdc9e958",
    "recording_id": null,
    "artist": "Sinkane",
    "artist_ids": [
        "b15d17d4-37ea-4410-9ae4-60b5eee03459"
    ],
    "album": "Dépaysé",
    "release_id": "0fb2b9f7-7ed9-44aa-b9fa-7649f4d09f42",
    "release_group_id": null,
    "labels": [
        "City Slang"
    ],
    "label_ids": [
        "82935ddb-a9d6-45a7-85e3-0b0add51fa1c"
    ],
    "release_date": "2019-05-31",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Live on KEXP: https://www.youtube.com/watch?v=pz5DHIjLLEE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}