Information about plays

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

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

{
    "id": 2681670,
    "uri": "https://api.kexp.org/v2/plays/2681670/?format=api",
    "airdate": "2020-01-03T16:14:20-08:00",
    "show": 46284,
    "show_uri": "https://api.kexp.org/v2/shows/46284/?format=api",
    "image_uri": "https://coverartarchive.org/release/dfc42616-e53e-49e4-bf25-8d7540979779/23974093642-250.jpg",
    "thumbnail_uri": "",
    "song": "Calling It",
    "track_id": "911e6419-71fd-4686-a254-27675f50bb58",
    "recording_id": null,
    "artist": "Automatic",
    "artist_ids": [
        "82cc822d-04d8-4e43-b091-da16ef1131e2"
    ],
    "album": "Signal",
    "release_id": "dfc42616-e53e-49e4-bf25-8d7540979779",
    "release_group_id": null,
    "labels": [
        "Stones Throw Records"
    ],
    "label_ids": [
        "f1b83107-23e5-41a3-ab1b-2a36965cf77b"
    ],
    "release_date": "2019-09-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}