Information about plays

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

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

{
    "id": 1233076,
    "uri": "https://api.kexp.org/v2/plays/1233076/?format=api",
    "airdate": "2007-05-19T11:28:00-07:00",
    "show": 21599,
    "show_uri": "https://api.kexp.org/v2/shows/21599/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Uptown Top Ranking",
    "track_id": "f62c5b1d-742f-4388-9df3-db9c6de6606f",
    "recording_id": null,
    "artist": "Althea and Donna",
    "artist_ids": [
        "54bb4c8f-efb2-4ec5-ae24-332549187ce2"
    ],
    "album": "Women In Reggae: Roots Daughters",
    "release_id": "1b8ba9f5-901d-4250-b1dd-33e7c8ce5008",
    "release_group_id": null,
    "labels": [
        "Joe Gibbs"
    ],
    "label_ids": [
        "562874a3-94e5-49f5-92b6-d677433bf874"
    ],
    "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"
}