Information about plays

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

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

{
    "id": 1304941,
    "uri": "https://api.kexp.org/v2/plays/1304941/?format=api",
    "airdate": "2007-11-21T05:17:01-08:00",
    "show": 22828,
    "show_uri": "https://api.kexp.org/v2/shows/22828/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Til The End of Time",
    "track_id": null,
    "recording_id": null,
    "artist": "DeVotchKa",
    "artist_ids": [
        "a66cc38c-e6cd-4725-a8fd-7d32b998347f"
    ],
    "album": "Little Miss Sunshine OST",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Lakeshore Records"
    ],
    "label_ids": [
        "7c4964d4-173c-4802-b7ef-8a20181c54f5"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}