Information about plays

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

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

{
    "id": 2682731,
    "uri": "https://api.kexp.org/v2/plays/2682731/?format=api",
    "airdate": "2020-01-06T05:53:21-08:00",
    "show": 46305,
    "show_uri": "https://api.kexp.org/v2/shows/46305/?format=api",
    "image_uri": "https://coverartarchive.org/release/9389ef44-b970-4770-9550-0d8e2393220e/24019199569-250.jpg",
    "thumbnail_uri": "",
    "song": "Glorious",
    "track_id": "97d2fe50-ff72-45ce-8fd9-0e9d61057acf",
    "recording_id": null,
    "artist": "Sudan Archives",
    "artist_ids": [
        "6ce5eca0-4ad6-49e0-a5ab-e11482d85324"
    ],
    "album": "Athena",
    "release_id": "9389ef44-b970-4770-9550-0d8e2393220e",
    "release_group_id": null,
    "labels": [
        "Stones Throw Records"
    ],
    "label_ids": [
        "f1b83107-23e5-41a3-ab1b-2a36965cf77b"
    ],
    "release_date": "2019-11-01",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}