Information about plays

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

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

{
    "id": 2670649,
    "uri": "https://api.kexp.org/v2/plays/2670649/?format=api",
    "airdate": "2019-12-08T15:34:21-08:00",
    "show": 46104,
    "show_uri": "https://api.kexp.org/v2/shows/46104/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shadowland",
    "track_id": "ad621e8c-97be-3e20-93e9-39c737248d41",
    "recording_id": null,
    "artist": "Youth Group",
    "artist_ids": [
        "13b6c63a-7db5-4b71-b8ad-922c4b30ee68"
    ],
    "album": "Skeleton Jar",
    "release_id": "d64ac2e6-91b0-4204-9d29-8c4ac6224988",
    "release_group_id": null,
    "labels": [
        "Epitaph"
    ],
    "label_ids": [
        "1bfd06be-a6ed-4ced-8159-7d4d2923a40c"
    ],
    "release_date": "2005-05-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}