Information about plays

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

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

{
    "id": 2682502,
    "uri": "https://api.kexp.org/v2/plays/2682502/?format=api",
    "airdate": "2020-01-05T14:54:32-08:00",
    "show": 46300,
    "show_uri": "https://api.kexp.org/v2/shows/46300/?format=api",
    "image_uri": "https://coverartarchive.org/release/e25b44a4-ae06-4701-afbc-0ad6389971ae/24568758087-250.jpg",
    "thumbnail_uri": "",
    "song": "It Should Be Us",
    "track_id": "254b9770-6884-4bd5-ae80-c827d79319da",
    "recording_id": null,
    "artist": "Andy Stott",
    "artist_ids": [
        "ecf5ab37-019f-4cc1-9fdc-218de6a41b65"
    ],
    "album": "It Should Be Us",
    "release_id": "e25b44a4-ae06-4701-afbc-0ad6389971ae",
    "release_group_id": null,
    "labels": [
        "Modern Love"
    ],
    "label_ids": [
        "8b89e632-47a7-4b59-9ff0-071d59c59203"
    ],
    "release_date": "2019-11-07",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hey, thanks for listening. Stay tuned, Marco Collins is up next!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}