Information about plays

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

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

{
    "id": 2678702,
    "uri": "https://api.kexp.org/v2/plays/2678702/?format=api",
    "airdate": "2019-12-27T07:39:30-08:00",
    "show": 46233,
    "show_uri": "https://api.kexp.org/v2/shows/46233/?format=api",
    "image_uri": "https://coverartarchive.org/release/e99cca6c-9666-47ba-a1a9-13cc3062203b/22090291262-250.jpg",
    "thumbnail_uri": "",
    "song": "Can't Believe the Way We Flow",
    "track_id": "5d5dda6b-2a99-4552-a2a2-77421fce66f4",
    "recording_id": null,
    "artist": "James Blake",
    "artist_ids": [
        "8dc08b1f-e393-4f85-a5dd-300f7693a8b8"
    ],
    "album": "Assume Form",
    "release_id": "e99cca6c-9666-47ba-a1a9-13cc3062203b",
    "release_group_id": null,
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "2019-01-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}