Information about plays

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

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

{
    "id": 519255,
    "uri": "https://api.kexp.org/v2/plays/519255/?format=api",
    "airdate": "2002-02-19T00:50:00-08:00",
    "show": 8961,
    "show_uri": "https://api.kexp.org/v2/shows/8961/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hey Mommy",
    "track_id": "46e2a39b-bc8b-4e2f-a686-2cc415ce29f0",
    "recording_id": null,
    "artist": "The Mighty Diamonds",
    "artist_ids": [
        "e0885194-a186-4c9b-9643-f6d54aeb6bfd"
    ],
    "album": "Speak the Truth",
    "release_id": "db00622f-7914-4041-abe8-f3692a9ccee7",
    "release_group_id": null,
    "labels": [
        "RAS Records"
    ],
    "label_ids": [
        "8964f582-c932-424d-b518-f1385f553d89"
    ],
    "release_date": "1994-10-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}