Information about plays

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

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

{
    "id": 520341,
    "uri": "https://api.kexp.org/v2/plays/520341/?format=api",
    "airdate": "2002-02-22T01:17:00-08:00",
    "show": 8980,
    "show_uri": "https://api.kexp.org/v2/shows/8980/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51z7UeOREmL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51z7UeOREmL._SL75_.jpg",
    "song": "Cores",
    "track_id": "90f00e89-ffeb-4e24-94dc-54ceea815de0",
    "recording_id": null,
    "artist": "Da Lata",
    "artist_ids": [
        "a40de6bc-f955-4171-acb6-8fb5b938d4dc"
    ],
    "album": "Songs From the Tin",
    "release_id": "0272dcec-593b-4a30-9d3d-159651f93602",
    "release_group_id": null,
    "labels": [
        "Trama"
    ],
    "label_ids": [
        "53ba7c10-7c16-4cc2-975e-40aa30564ac1"
    ],
    "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"
}