Information about plays

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

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

{
    "id": 504233,
    "uri": "https://api.kexp.org/v2/plays/504233/?format=api",
    "airdate": "2002-01-06T12:29:00-08:00",
    "show": 8671,
    "show_uri": "https://api.kexp.org/v2/shows/8671/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51A4JwDkarL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51A4JwDkarL._SL75_.jpg",
    "song": "Just a Day",
    "track_id": "ae2891b7-5519-43fa-a295-0bb6a25d9a8a",
    "recording_id": null,
    "artist": "The Softies",
    "artist_ids": [
        "3daebde2-4630-40d8-be75-438edea4b281"
    ],
    "album": "Holiday in Rhode Island",
    "release_id": "abe65ad5-978c-42e5-9645-bcb79edf706b",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}