Information about plays

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

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

{
    "id": 2677181,
    "uri": "https://api.kexp.org/v2/plays/2677181/?format=api",
    "airdate": "2019-12-23T15:10:19-08:00",
    "show": 46211,
    "show_uri": "https://api.kexp.org/v2/shows/46211/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rusty Cage (edit)",
    "track_id": "35045e7e-fca1-3b7a-9260-7863b5400089",
    "recording_id": null,
    "artist": "Soundgarden",
    "artist_ids": [
        "153c9281-268f-4cf3-8938-f5a4593e5df4"
    ],
    "album": "Rusty Cage",
    "release_id": "f47ca74a-00a2-4330-87f7-61c62c7efc24",
    "release_group_id": null,
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The original b-side to this song was Girl U Want, a DEVO cover.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}