Information about plays

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

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

{
    "id": 485382,
    "uri": "https://api.kexp.org/v2/plays/485382/?format=api",
    "airdate": "2001-11-10T22:30:00-08:00",
    "show": 8298,
    "show_uri": "https://api.kexp.org/v2/shows/8298/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bad Dreams",
    "track_id": "84fa5b69-de63-4656-b198-64b4c9c8f7eb",
    "recording_id": null,
    "artist": "Matrix",
    "artist_ids": [
        "ca5cc977-a7bf-4842-812e-91ac58e53111"
    ],
    "album": "Fallen (remix) / Bad Dreams",
    "release_id": "143d432d-de8e-44d6-836e-25bb5e3ae929",
    "release_group_id": null,
    "labels": [
        "Idioma"
    ],
    "label_ids": [
        "e4dc089a-5a2d-437c-8fda-114ed78da06e"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}