Information about plays

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

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

{
    "id": 1261831,
    "uri": "https://api.kexp.org/v2/plays/1261831/?format=api",
    "airdate": "2007-08-01T20:45:00-07:00",
    "show": 22096,
    "show_uri": "https://api.kexp.org/v2/shows/22096/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "If Loving You Is Wrong, I Don't Want to Be Right",
    "track_id": null,
    "recording_id": null,
    "artist": "Luther Ingram",
    "artist_ids": [
        "58e06884-8ca6-4b37-93ef-fad57b41e560"
    ],
    "album": "45 RPM Single",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Koko Records"
    ],
    "label_ids": [
        "89c5bac3-4b13-4975-b438-e5b3dde5cc29"
    ],
    "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"
}