Information about plays

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

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

{
    "id": 1307098,
    "uri": "https://api.kexp.org/v2/plays/1307098/?format=api",
    "airdate": "2007-11-26T18:24:52-08:00",
    "show": 22866,
    "show_uri": "https://api.kexp.org/v2/shows/22866/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Jijy Baohejy",
    "track_id": "7796935b-548d-4cb3-bf8e-8819addea379",
    "recording_id": null,
    "artist": "Tiana and Sammy",
    "artist_ids": [
        "17760220-7852-4e46-9d01-86c251f3749b"
    ],
    "album": "Resting Place of the Mists: New Valiha and Marovany Music From Madagascar",
    "release_id": "39951944-785c-470b-8d2b-426e2264c346",
    "release_group_id": null,
    "labels": [
        "Shanachie"
    ],
    "label_ids": [
        "0d4fa1f8-757b-400b-86ef-4b6ad316f4d2"
    ],
    "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"
}