Information about plays

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

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

{
    "id": 376528,
    "uri": "https://api.kexp.org/v2/plays/376528/?format=api",
    "airdate": "2019-09-04T12:50:43-07:00",
    "show": 6267,
    "show_uri": "https://api.kexp.org/v2/shows/6267/?format=api",
    "image_uri": "http://coverartarchive.org/release/312f5c6f-06eb-309d-aaca-a95a360bc5ed/20750131866-250.jpg",
    "thumbnail_uri": "",
    "song": "Red Football",
    "track_id": "e45337f6-4b07-3a1d-996b-ba262b8eb1ec",
    "recording_id": null,
    "artist": "Sinéad O’Connor",
    "artist_ids": [
        "c78a77fa-507c-4c07-947a-0355029453bd"
    ],
    "album": "Universal Mother",
    "release_id": "312f5c6f-06eb-309d-aaca-a95a360bc5ed",
    "release_group_id": null,
    "labels": [
        "Chrysalis"
    ],
    "label_ids": [
        "ed5601e5-7c54-426e-982a-1a208dd0b0ad"
    ],
    "release_date": "1994-09-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The fourth album by Sinéad O'Connor was released in 1994. In 2017, O'Connor said that she had changed her legal name to Magda Davitt. On converting to Islam in 2018, she changed it again to Shuhada' Davitt.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}