Information about plays

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

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

{
    "id": 345937,
    "uri": "https://api.kexp.org/v2/plays/345937/?format=api",
    "airdate": "2019-06-25T11:29:11-07:00",
    "show": 5768,
    "show_uri": "https://api.kexp.org/v2/shows/5768/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Everything Hits at Once",
    "track_id": "6bcf2db3-a105-3db7-8710-fed7f2e07ef7",
    "recording_id": null,
    "artist": "Spoon",
    "artist_ids": [
        "84eac621-1c5a-49a1-9500-555099c6e184"
    ],
    "album": "Girls Can Tell",
    "release_id": "df6a0c6a-8570-46f1-9a4b-5eef8ad3d2c9",
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2001-02-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch Spoon performing \"Everything Hits at Once\" live:  https://www.youtube.com/watch?v=q885DEE48Cc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}