Information about plays

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

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

{
    "id": 1048320,
    "uri": "https://api.kexp.org/v2/plays/1048320/?format=api",
    "airdate": "2006-01-22T18:03:00-08:00",
    "show": 18423,
    "show_uri": "https://api.kexp.org/v2/shows/18423/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Bizness",
    "track_id": "6458d64e-76ad-4d23-9827-a13220becc7d",
    "recording_id": null,
    "artist": "Defari",
    "artist_ids": [
        "818f83a0-6ff8-400b-ab0c-39da35f52370"
    ],
    "album": "Street Music",
    "release_id": "50b636d0-3f31-434f-9469-d3893ff53929",
    "release_group_id": null,
    "labels": [
        "ABB Records"
    ],
    "label_ids": [
        "a2b1f4cc-915e-4895-a369-185ea09bbc09"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}