Information about plays

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

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

{
    "id": 376895,
    "uri": "https://api.kexp.org/v2/plays/376895/?format=api",
    "airdate": "2019-09-05T06:08:06-07:00",
    "show": 6272,
    "show_uri": "https://api.kexp.org/v2/shows/6272/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Somebody to Love (Freddie Mercury Tribute Concert)",
    "track_id": null,
    "recording_id": null,
    "artist": "George Michael",
    "artist_ids": [
        "ccb8f30e-4d71-40c4-8b1d-846dafe73e2c"
    ],
    "album": "",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A Queen song that George Michael covered at the Freddie Mercury Tribute Concert at Wembley Stadium in 1992 to a crowd of 72,000. Watch the performance here: https://www.youtube.com/watch?v=oYAR8RigqDA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}