Information about plays

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

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

{
    "id": 2677403,
    "uri": "https://api.kexp.org/v2/plays/2677403/?format=api",
    "airdate": "2019-12-24T03:29:13-08:00",
    "show": 46214,
    "show_uri": "https://api.kexp.org/v2/shows/46214/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "H.U.R.L",
    "track_id": null,
    "recording_id": null,
    "artist": "Finn & India Jordan",
    "artist_ids": [],
    "album": "H.U.R.L / F.U.R.L",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Local Action"
    ],
    "label_ids": [
        "01e07ead-9ad5-45b2-8898-4f09b7e68512"
    ],
    "release_date": "2019-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"I say hurl. If you blow chunks and she comes back, she's yours\" - https://localactionrecords.bandcamp.com/album/h-u-r-l-f-u-r-l",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}