Information about plays

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

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

{
    "id": 1342722,
    "uri": "https://api.kexp.org/v2/plays/1342722/?format=api",
    "airdate": "2008-02-24T21:53:00-08:00",
    "show": 23460,
    "show_uri": "https://api.kexp.org/v2/shows/23460/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51GqWjr8zxL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51GqWjr8zxL._SL75_.jpg",
    "song": "Goblin",
    "track_id": "ae091f59-c7cf-4862-823e-ad3b855aa7a0",
    "recording_id": null,
    "artist": "DJ Zinc",
    "artist_ids": [
        "174d9bdb-4e9c-4c42-8e6a-a29db39bdda5"
    ],
    "album": "Watch the Ride: Zinc",
    "release_id": "bd8f08b9-5414-4689-97cc-ef82475f64b4",
    "release_group_id": null,
    "labels": [
        "Bingo Records"
    ],
    "label_ids": [
        "62501ecd-bc02-4535-bffa-3939acb62268"
    ],
    "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"
}