Information about plays

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

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

{
    "id": 1274271,
    "uri": "https://api.kexp.org/v2/plays/1274271/?format=api",
    "airdate": "2007-09-02T03:48:11-07:00",
    "show": 22304,
    "show_uri": "https://api.kexp.org/v2/shows/22304/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Give It Up Or Turnit A Loose[1970 'Clap Ya Hands' Version]",
    "track_id": null,
    "recording_id": null,
    "artist": "James Brown",
    "artist_ids": [
        "20ff3303-4fe2-4a47-a1b6-291e26aa3438"
    ],
    "album": "20th Century Masters: The Millennium Collection - The Best Of James Brown, Vol. 2",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "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"
}