Information about plays

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

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

{
    "id": 373406,
    "uri": "https://api.kexp.org/v2/plays/373406/?format=api",
    "airdate": "2019-08-28T07:04:52-07:00",
    "show": 6217,
    "show_uri": "https://api.kexp.org/v2/shows/6217/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Still Want to Be Here",
    "track_id": "4d45618b-b09f-4870-83a7-24d536f9aadf",
    "recording_id": null,
    "artist": "Frightened Rabbit",
    "artist_ids": [
        "dc21d171-7204-4759-9fd0-77d031aeb40c"
    ],
    "album": "Painting of a Panic Attack",
    "release_id": "c8ad5546-b370-444d-9955-5709e58df2ab",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2016-04-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy anniversary to Matt & Erinn - here's your request!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}