Information about plays

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

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

{
    "id": 347738,
    "uri": "https://api.kexp.org/v2/plays/347738/?format=api",
    "airdate": "2019-06-29T06:01:00-07:00",
    "show": 5790,
    "show_uri": "https://api.kexp.org/v2/shows/5790/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Unforgettable Fire",
    "track_id": "07667eb1-1715-34c5-839a-c68d4264d963",
    "recording_id": null,
    "artist": "U2",
    "artist_ids": [
        "a3cb23fc-acd3-4ce0-8f36-1e5aa6a18432"
    ],
    "album": "The Unforgettable Fire",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1990-06-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}