Information about plays

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

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

{
    "id": 1413029,
    "uri": "https://api.kexp.org/v2/plays/1413029/?format=api",
    "airdate": "2008-08-22T18:10:00-07:00",
    "show": 24648,
    "show_uri": "https://api.kexp.org/v2/shows/24648/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "No No Baby",
    "track_id": "293e4658-64fc-4a8d-9efe-d7fefc060dc0",
    "recording_id": null,
    "artist": "Carmen Davis",
    "artist_ids": [
        "1ace9383-5a18-45f9-bb13-1d5bbc0d16c0"
    ],
    "album": "Rhythm & Blues Goes Rock 'n' Roll, Volume 2 (disc 15)",
    "release_id": "8be73797-6f9c-49bd-93e2-11db753b0e26",
    "release_group_id": null,
    "labels": [
        "The International Music Company"
    ],
    "label_ids": [
        "b8f069fb-7383-4810-8830-49c988ce60d4"
    ],
    "release_date": "2002-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}