Information about plays

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

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

{
    "id": 379401,
    "uri": "https://api.kexp.org/v2/plays/379401/?format=api",
    "airdate": "2019-09-11T03:43:00-07:00",
    "show": 6316,
    "show_uri": "https://api.kexp.org/v2/shows/6316/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Funny Feelings",
    "track_id": null,
    "recording_id": null,
    "artist": "FRANKIIE",
    "artist_ids": [
        "5f3164ec-9f4f-485c-9b8a-50813fd6fa80"
    ],
    "album": "Forget Your Head",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Paper Bag Records"
    ],
    "label_ids": [],
    "release_date": "2019-09-20",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Playing September 20th at The Central Saloon!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}