Information about plays

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

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

{
    "id": 2683043,
    "uri": "https://api.kexp.org/v2/plays/2683043/?format=api",
    "airdate": "2020-01-07T00:26:04-08:00",
    "show": 46310,
    "show_uri": "https://api.kexp.org/v2/shows/46310/?format=api",
    "image_uri": "https://coverartarchive.org/release/defa6dfd-7def-468e-8f22-2262138ba266/24676848952-250.jpg",
    "thumbnail_uri": "",
    "song": "Mirage (Don’t Stop)",
    "track_id": "6a5b1e2d-e081-4e06-81f8-cf490d62629f",
    "recording_id": null,
    "artist": "Jessie Ware",
    "artist_ids": [
        "6ed40778-8d03-4a5c-ad35-93cf814627c9"
    ],
    "album": "Mirage (Don't Stop)",
    "release_id": "defa6dfd-7def-468e-8f22-2262138ba266",
    "release_group_id": null,
    "labels": [
        "PMR Records"
    ],
    "label_ids": [
        "9eb5fc82-82ce-4f6e-85d4-52e23decfa1e"
    ],
    "release_date": "2019-11-05",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}