Information about plays

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

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

{
    "id": 1339939,
    "uri": "https://api.kexp.org/v2/plays/1339939/?format=api",
    "airdate": "2008-02-17T18:26:00-08:00",
    "show": 23413,
    "show_uri": "https://api.kexp.org/v2/shows/23413/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Wanna Tell Ya",
    "track_id": "9b592bc4-e260-4a44-92db-cac2fd50d1d6",
    "recording_id": null,
    "artist": "6th Sense",
    "artist_ids": [
        "9f49da82-c4a9-4412-9597-186be5e7357d"
    ],
    "album": "It's Coming Soon",
    "release_id": "fcfe176d-6cc3-4d39-a610-974f138c25ea",
    "release_group_id": null,
    "labels": [
        "Rawkus Records"
    ],
    "label_ids": [
        "21a9343c-4a03-4768-8186-569dc03f850c"
    ],
    "release_date": "2007-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}