Information about plays

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

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

{
    "id": 373150,
    "uri": "https://api.kexp.org/v2/plays/373150/?format=api",
    "airdate": "2019-08-27T20:07:00-07:00",
    "show": 6215,
    "show_uri": "https://api.kexp.org/v2/shows/6215/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Il rap",
    "track_id": "d39fafb1-9720-45fe-99a6-d6e0dcc64e8e",
    "recording_id": null,
    "artist": "Jovanotti",
    "artist_ids": [
        "373b3663-ecc3-40c4-9241-838ae8ca34d0"
    ],
    "album": "Backup 1987-2012",
    "release_id": "9fa5ec0b-c81d-48d5-a9fb-efec04e76992",
    "release_group_id": null,
    "labels": [
        "Mercury Records"
    ],
    "label_ids": [],
    "release_date": "2012-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Italian singer-songwriter and rapper. Jovanotti began with a mix of hip-hop, rap and disco -- but also pulled in funk, world music, ska and even more varied genres throughout his career. See his live performance on KEXP: https://www.youtube.com/watch?v=pNIB7vfsXjA&t=3s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}